{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %} {% if request.user.groups.all.0.name == "company_owner" %}

You are not authorized to view this page

{% else %}
{% csrf_token %}
Profile Information:








Skills: {% for skills in parsed_skills %} {% csrf_token %}
{% endfor %}
{% csrf_token %}
{% endif %} {% endblock content %} {% block other_js %} {% endblock other_js %}